home *** CD-ROM | disk | FTP | other *** search
/ SGI Developer Toolbox 6.1 / SGI Developer Toolbox 6.1 - Disc 4.iso / public / xdbx / README next >
Text File  |  1994-08-01  |  4KB  |  121 lines

  1.  
  2.     This software is provided without support and without any obligation
  3.     on the part of Silicon Graphics, Inc. to assist in its use,
  4.     correction, modification or enhancement.  There is no guarantee
  5.     that this software will be included in future software releases.
  6.  
  7.     THIS SOFTWARE IS PROVIDED "AS IS" WITH NO WARRANTIES OF ANY KIND
  8.     INCLUDING THE WARRANTIES OF DESIGN, MERCHANTIBILITY AND FITNESS FOR
  9.     A PARTICULAR PURPOSE, OR ARISING FROM A COURSE OF DEALING, USAGE OR
  10.     TRADE PRACTICE.
  11.  
  12.         In no event will Silicon Graphics, Inc. be liable for any lost
  13.         revenue or profits or other special, indirect and consequential
  14.         damages, even if Silicon Graphics, Inc.  has been advised of the
  15.         possibility of such damages.
  16.  
  17.  
  18. Contents:
  19.  
  20.     xdbx.tar
  21.         A tar archive containing the necessary images to install 
  22.         executable copies of xdbx on an SGI workstation running 
  23.         IRIX 5.2+.
  24.  
  25. Description:
  26.  
  27.     xdbx provides a simple X based GUI for dbx.
  28.     
  29.     Below are comments from Po Cheung (the xdbx original author) and 
  30.     Kevin Dalley (person who provided the SGI patches)  The source
  31.     code is included as part of the installable image.
  32.  
  33.     Just to be explicit, the authors do not work for SGI.  I simply
  34.     compiled the code and packaged it up in an installable format.
  35.  
  36. Instructions:
  37.  
  38.     Copy xdbx.tar to /usr/tmp.
  39.  
  40.         % su
  41.         # mkdir /usr/local/dist
  42.         # cd /usr/local/dist
  43.         # tar xvf /usr/tmp/xdbx.tar
  44.         # inst -f /usr/local/dist
  45.  
  46.     Then follow the instructions from inst.  To find out more about
  47.     inst, consult the inst(1M) man page.
  48.  
  49.  
  50.     The inst images of "xdbx" in /usr/local/dist can be used by 
  51.     networked machines to install from.  On the remote machine:
  52.  
  53.         % su
  54.         # inst -f guest@"machine with images":/usr/local/dist
  55.  
  56.     Then follow the instructions from inst again.
  57.  
  58.  
  59. ...robert keller (rck@sgi.com)
  60.  
  61.  
  62.  
  63.     Xdbx Version 2.1
  64.     ~~~~~~~~~~~~~~~~
  65.     This is the source distribution of xdbx, version 2.1 for X11R4 only.
  66.     Xdbx implements an X window system interface to the dbx debugger.  It
  67.     uses X11R4 Xt Intrinsics and Athena widgets.  Xdbx supports dbx on the 
  68.     Sun 3, Sun 4 workstations, and the DECstation 3100.
  69.  
  70.     Changes since version 2.0
  71.       +  conversion to R4
  72.       +  addition of icon
  73.       +  text selection behavior
  74.       +  bug fixes and enhancement
  75.  
  76.     Xdbx has been tested on the following platforms:
  77.       o  Sun 4 running SunOS 4.0.3
  78.       o  Sun 3 running SunOS 4.1
  79.       o  Sun 3 running SunOS 4.0.3
  80.       o  DECStation 3100 running Ultrix 3.1
  81.       o  OpenWindows 1.1, 2.0
  82.       o  Window managers: mwm, twm, olwm
  83.  
  84.     Bugs:
  85.       o  xdbx may get into an infinte loop while running on the DECstation 3100
  86.  
  87.     Please send comments and bug reports to:
  88.  
  89.     Po Cheung
  90.     cheung@sw.mcc.com    
  91.     Microelectronics and Computer Technology Corporation
  92.       -- or --
  93.     po@cerc.utexas.edu     
  94.     University of Texas at Austin
  95.  
  96.     *********************************************************************************
  97.  
  98.     From: kevin@tamri.com (Kevin Dalley)
  99.     Newsgroups: comp.windows.x,comp.sys.sgi
  100.     Subject: Re: Xdbx working on SGI Irix 4.0.X
  101.     Message-ID: <KEVIN.92Oct26194546@polkacide.tamri.com>
  102.     Date: 27 Oct 92 03:45:50 GMT
  103.     Organization: TOSHIBA America MRI, South San Francisco, CA
  104.  
  105.     >>>>> On 21 Oct 92 18:21:34 GMT, williams@herky.cs.uiowa.edu (Kent Williams) said:
  106.  
  107.     Kent> Legend has it there are patches floating around to get Xdbx to work
  108.     Kent> on sgi machines.  Someone want to mail them to me?
  109.  
  110.     Here's a few patches.  A few of the files were borrowed from mxgdb,
  111.     which was originally a spin-off of xdbx.  Turnabout is fair play.
  112.     Many of the patches are purely to port to the sgi, many other patches
  113.     are general xdbx bug fixes and should probably be applied to all
  114.     versions of xdbx.  This should be applied to version xdbx-2.1,
  115.     patchlevel 2.  I've had these for a while.  I figure it's
  116.     about time to post them.
  117.  
  118.     Anyway, here's the patches:
  119.     :
  120.  
  121.